From: Andreas Schwab Date: Mon, 14 Oct 2002 09:57:20 +0000 (+0000) Subject: Fix syntax for find. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~30178 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=89ab52bbb516e1cc897c7a2f719923e7f0581ae3;p=emacs.git Fix syntax for find. --- diff --git a/mac/make-package b/mac/make-package index 747b8680b98..b8c8f36ca87 100755 --- a/mac/make-package +++ b/mac/make-package @@ -220,7 +220,7 @@ if test "$with_app" == "yes"; then ## Copy Emacs application cp -r Emacs.app ${tempparentfull}/Applications ## Delete any CVS files - find ${tempparentfull}/Applications -name "CVS" -execdir rm -r {} \; + find ${tempparentfull}/Applications -name "CVS" -type d -exec rm -r {} \; fi echo "Creating Package Info file"